home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / $APPDATA / Carthago / Twistpad / regex.dat
INI File  |  2007-04-29  |  368b  |  12 lines

  1. [regex]
  2. number = [\+\-]?[\.]?[0-9]+[\.]?[0-9]*
  3. percentage = [\+\-]?[\.]?[0-9]+[\.]?[0-9]*\%
  4. quoted string = (\"[^\"]*\")|(\'[^\']*\')'
  5. URI    = [Uu][Rr][Ll]\([^\)]*\)
  6. hexcolor = #[0-9a-fA-F]{6}
  7. rgbcolor = (?G)\#[a-fA-F0-9]{3,6}
  8. C++ comment = \/\*[^*]*\*+([^/][^*]*\*+)*\/
  9. Delphi declaration block= \{[^\}\{]*\}
  10. email = (?G)[\w\d\-\.]+@[\w\d\-]+(\.[\w\d\-]+)+
  11.  
  12.